home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP 2005-06.iso / program / internet / GoogleWebAcceleratorSetup.exe / GoogleWebAcceleratorSetup.msi / duckbar.dll / REGISTRY / 102 (.txt) < prev    next >
Encoding:
InstallShield Script  |  2005-05-03  |  1.0 KB  |  30 lines

  1.   GoogleWebAcceleratorToolbar.GWABand.1 = s 'GoogleWebAccelerator'
  2.     CLSID = s '{DB87BFA2-A2E3-451E-8E5A-C89982D87CBF}'
  3.   GoogleWebAcceleratorToolbar.GWABand = s 'GoogleWebAccelerator'
  4.     CLSID = s '{DB87BFA2-A2E3-451E-8E5A-C89982D87CBF}'
  5.     CurVer = s 'GoogleWebAcceleratorToolbar.GWABand.1'
  6.   NoRemove CLSID
  7.     ForceRemove {DB87BFA2-A2E3-451E-8E5A-C89982D87CBF} = s 'Google Web Accelerator'
  8.     {
  9.       ProgID = s 'GoogleWebAcceleratorToolbar.GWABand.1'
  10.       VersionIndependentProgID = s 'GoogleWebAcceleratorToolbar.GWABand'
  11.       ForceRemove 'Programmable'
  12.       InprocServer32 = s '%MODULE%'
  13.       {
  14.         val ThreadingModel = s 'Apartment'
  15.       }
  16.       val AppID = s '%APPID%'
  17.       'TypeLib' = s '{47AA8C0A-638F-44DB-A585-3E1EEE496602}'
  18.     }
  19.   NoRemove SOFTWARE
  20.     NoRemove Microsoft
  21.     {
  22.       NoRemove 'Internet Explorer'
  23.       {
  24.         NoRemove Toolbar
  25.         {
  26.           val '{DB87BFA2-A2E3-451E-8E5A-C89982D87CBF}' = b '00'
  27.         }
  28.       }
  29.     }
  30.